home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / shaw / vbits16 / vbits16.def < prev    next >
Encoding:
Text File  |  1994-12-13  |  353 b   |  14 lines

  1. ; vbits16.def : Declares the module parameters for the application.
  2.  
  3. NAME         VBITS16
  4. DESCRIPTION  'VBITS16 Windows Application'
  5. EXETYPE      WINDOWS
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024   ; initial heap size
  11. ; Stack size is passed as argument to linker's /STACK option
  12.  
  13.  
  14.